projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
218d635
)
mount operation: Handle default activation via action
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Apr 2019 17:34:20 +0000
(17:34 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Apr 2019 23:20:13 +0000
(23:20 +0000)
Switch to the new way of activating default.
gtk/gtkmountoperation.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmountoperation.c
b/gtk/gtkmountoperation.c
index 05f9f821d3de65502057c186a645c5d2272d064a..f1bf119437e49764cd2700e7fe95dc1820cd43dc 100644
(file)
--- a/
gtk/gtkmountoperation.c
+++ b/
gtk/gtkmountoperation.c
@@
-455,7
+455,7
@@
pw_dialog_cycle_focus (GtkWidget *widget,
if (next_widget)
gtk_widget_grab_focus (next_widget);
else if (pw_dialog_input_is_valid (operation))
- gtk_wi
ndow_activate_default (GTK_WINDOW (priv->dialog)
);
+ gtk_wi
dget_activate_default (widget
);
}
static GtkWidget *